home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14723 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  34 lines

  1. Newsgroups: comp.lang.c++,comp.lang.c,comp.object,comp.software-eng
  2. Path: in2.uu.net!world!tej
  3. From: tej@world.std.com (Thomas E Janzen)
  4. Subject: Re: Q: Is Microsoft's Visual C & SDK best for developing c progs f W 3.11
  5. Message-ID: <Dp77H8.DI4@world.std.com>
  6. Summary: VMS Language Sensitive Editor had that too
  7. Keywords: editors, on-line help
  8. Sender: tej@world.std.com
  9. Organization: The World Public Access UNIX, Brookline, MA
  10. References: <1995Jul3.034108.4193@rcmcon.com> <315B0C69.625B@msa.sps.mot.com> <4ji9b0$h90@news4.digex.net> <316017F7.72E0@Salsa.WallData.com>
  11. Date: Mon, 1 Apr 1996 19:29:28 GMT
  12.  
  13. In article <316017F7.72E0@Salsa.WallData.com>,
  14. Jerry Houston  <jhouston@Salsa.WallData.com> wrote:
  15. >But for a reminder of the order of 
  16. >parameters in a seldom-used function call, there's nothin' like being 
  17. >able to type the function name and press <F1>!
  18.  
  19. This was a feature of VAX VMS Language-Sensitive Editor.  If they didn't 
  20. kill the product, it's still under OpenVMS.
  21. You could type "fprintf" and ^E or similar, and "fprintf" becomes a token 
  22. which is expanded to a function with placeholders for the arguments.
  23. Most VAX compiler languages were supported.  Language Sensitive Editor 
  24. also allowed the creation of new languages, which I did 7 times, for 
  25. PDP11 MACRO-11, Tektronix TEKTEST, CUPL pld language, and others.
  26. You could also add voluminous help if you wanted, which I often did.
  27. A couple keystrokes and you got the help file ("man" pages) for "fprintf".
  28.  
  29. -- 
  30. Tom Janzen - tej@world.std.com USA Distributed Real-Time Data Acquisition S/W
  31. for Scientists and Engineers using POSIX, C, C++, X, Motif, Graphics, Audio
  32. http://world.std.com/~tej
  33.  
  34.